[ASP.NET ERROR] The request was aborted: Could not create SSL/TLS secure channel.

Posted by Mark Cidade on Stack Overflow See other posts from Stack Overflow or by Mark Cidade
Published on 2008-09-03T17:57:05Z Indexed on 2010/05/13 18:04 UTC
Read the original article Hit count: 413

I'm posting this on behalf of a co-worker.

He gets a "The request was aborted: Could not create SSL/TLS secure channel" error while using a WebRequest object to make an HTTPS request. Th funny thing is that this only happens after a while, and is temporarily fixed when the application is restarted, which suggests that something is being filled to capacity or something.

Has anyone seen this kind of thing before?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about web-development